﻿@charset"utf-8";

/* CSS Document */
 a:hover {
	text-decoration:none;
}
h2.h2_title {
	text-align: center;
    height: 40px;
    background: url(../images/index_t.png) no-repeat center bottom;
    padding-top: 65px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
h2.h2_title i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background: url(../images/artty01.png) no-repeat center;
}
h2.h2_title a {
	font-size: 30px;
    color: #0b0b0b;
    padding: 0 20px;
    font-weight: bold;
}
h2.h2_title span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	color: #d01817;
	padding: 0 20px;
	background: #fff;
	line-height: 40px;
}
p.p_title {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding-bottom: 45px;
}
/* banner部分 */
 .banner {
	overflow:hidden;
	width:100%;
	position: relative;
	z-index: 1;
}
#flashs {
	position:relative;
	height:600px;
	overflow:hidden;
}
#flashs .bgitem {
	z-index:1;
	position:absolute;
	top:0;
}
#flashs .btn {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 9999;
}
#flashs .btn span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 13px;
	height: 13px;
	background:#000;
	margin: 5px;
	cursor: pointer;
	border-radius: 10px;
}
#flashs .btn span.on {
	background: #fff;
}
/*

#flashs .bot{ display:block; position:absolute; width:58px; height:58px; top:50%; margin-top:-29px;display: none;}

#flashs .bot1{ background:url(../images/babot1.png) no-repeat center; left:5%; z-index: 2;}

#flashs .bot2{ background:url(../images/babot2.png) no-repeat center; right:5%; z-index: 2;}

#flashs:hover .bot{display: block;}

*/
.search-box {
	background: #fff;
	width: 100%;
	height: 60px;
	position: relative;
	line-height: 60px;
}
.search {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.search-keyword {
	font-size: 14px;
	float: left;
	line-height: 60px;
}
.search-keyword span {
	color: #333;
}
.search-keyword a {
	padding-left: 10px;
	color: #777;
}
.searchbar {
	float: right;
	position: relative;
	top: 12px;
}
.searchbar img {
	height: 16px;
	position: absolute;
	right: 60px;
	top: 22px;
	width: 15px;
}
.navsearch_input {
	position: relative;
	height: 35px;
	line-height: 35px;
	display: inline-flex;
}
.navsearch_input input#top-keywords {
    border: 1px solid #eee;
    width: 300px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
    background: #fff;
    color: #c8c8c8;
    padding-right: 50px;
}
.searchgo {
	background: url(../images/search.png) no-repeat center center;
	border-radius: 6px;
	color: #000;
	border: none;
	font-size: 13px;
	height: 30px;
	text-align: center;
	width: 50px;
	position: absolute;
	top: 3px;
	right: 0px;
	cursor: pointer;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #c8c8c8;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#c8c8c8;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#c8c8c8;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#c8c8c8;
}


/**/
 .product {
	background: #f5f5f5;
	padding-bottom: 40px;
}

.product .conleft {
	width: 270px;
	
}
.product .conleft dl {
	padding-bottom: 15px;
	border: 1px solid #dddddd;
	border-radius: 0 0 5px 5px;
	background: #fdc50b;
}
.product .conleft dl:first-child {
	border-bottom: none;
	border-radius: 0;
}
.product .conleft dl dt {
	height: 70px;
	line-height: 70px;
	width: 270px;
	position: relative;
	left: -1px;
	background: #111;
	font-size: 25px;
	text-indent: 30px;
	top: -1px;
	margin-bottom: 15px;
	border-radius: 5px 5px 0 0;
}
.product .conleft dl dt a {
	display: block;
	color: #fff;
	height: 70px;
	background: url(../images/proicon02.png) no-repeat 220px center;
}
.product .conleft dl:first-child dt a {
	display: block;
	color: #fff;
	height: 70px;
	background: url(../images/proicon01.png) no-repeat 220px center;
}
.product .conleft dl dd {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    background: url(../images/ty01.png) no-repeat 25px center;
    position: relative;
}
.product .conleft dl dd>a {
	color: #111;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product .conleft dl dd.cur, .product .conleft dl dd:hover {
	background: url(../images/ty02.png) #fff no-repeat 25px center;
}
.product .conleft dl dd.cur>a, .product .conleft dl dd:hover>a {
	color: #111;
}
.product .conleft dl dd:hover ul {
	display: block;
}
.product .conleft dl dd ul {
	display: none;
    position: absolute;
    left: 268px;
    top: 0;
    width: 230px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    padding: 10px 0;
}
.product .conleft dl dd ul li {
    padding-left: 40px;
    background: url(../images/ty00.png) no-repeat 20px center;
    height: 40px;
    line-height: 38px;
    /* border-bottom: 1px solid #dddddd; */
}
.product .conleft dl dd ul li a{
	color: #fff;
	font-size:14px;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product .conleft dl dd ul li:hover {
	background: url(../images/ty02.png) no-repeat 20px center;
}
.product .conleft dl dd ul li:hover a {
	color: #fdc50b;
}
.product .conleft .left_tel {
	width: 270px;
	background:#111;
	margin-top: 15px;
	border-radius: 5px;
	padding-bottom: 10px;
}
.product .conleft .left_tel .con_tel {
	padding: 32px 0 32px 70px;
	height: 46px;
	background: url(../images/pro_tel.png) no-repeat 20px center;
	color: #fff;
}
.left_tel #qq{
	background: #fdc50b url(../images/index_01.png) no-repeat 70px center;
    padding: 8px 60px;
    display: block;
    width: 100px;
    margin: 20px auto;
    text-align: right;
    font-size: 16px;
    color: #111;
    border-radius: 5px;
}
.left_tel #zaixian{
	background: #fdc50b url(../images/index_02.png) no-repeat 70px center;
    padding: 8px 60px;
    display: block;
    width: 100px;
    margin: 20px auto;
    text-align: right;
    font-size: 16px;
    color: #111;
    border-radius: 5px;
}

.product .conleft .left_tel .con_tel .p1 {
	font-size: 13px;
}
.product .conleft .left_tel .con_tel .p2 {
	font-size: 25px;
    font-family: arial;
    word-spacing: 0;
}
.product .conright {
	width: 918px;
	position: relative;
}
.product .conright .r_top {
	height: 409px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.product .conright .r_top ul {
	position: relative;
}
.product .conright .r_top ul li {
	float: left;
	width: 918px;
}
.product .conright .r_top dl {
	position: relative;
	padding-left: 440px;
}
.product .conright .r_top dl dt {
	width: 390px;
	border-right: 1px solid #dddddd;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
}
.product .conright .r_top dl dt img {
	display: block;
	width:390px;
	height:390px;
}
.product .conright .r_top dl dd.dd1 {
	font-size: 22px;
    padding-top: 30px;
    margin-bottom: 25px;
    color: #333;
    font-weight: bold;
    width: 380px;
    line-height: 30px;
}
.product .conright .r_top dl dd.dd1 a {
	color: #333;
}
.product .conright .r_top dl dd.dd2 {
    font-size: 14px;
    color: #999;
    margin-bottom: 25px;
    line-height: 25px;
    padding-right: 55px;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.product .conright .r_top dl dd.dd3 {
	font-size: 13px;
	line-height: 24px;
}
.product .conright .r_top dl dd.dd4 {
    height: 40px;
    position: absolute;
    width: 350px;
    top: 303px;
}
.product .conright .r_top dl dd.dd4 a {
	float: left;
    width: 130px;
    height: 35px;
    border-radius: 20px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin-right: 15px;
    background: #111;
    color: #fff;
}
.product .conright .r_top dl dd.dd4 a:hover {
	background: #fdc50b;
	color: #111;
	border-color: #fdc50b;
}
.product .conright .r_top .pro_btnl {
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/jtl01.png) no-repeat center;
	position: absolute;
	left: 28px;
	top: 180px;
	cursor: pointer;
}
.product .conright .r_top .pro_btnr {
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/jtr01.png) no-repeat center;
	position: absolute;
	right: 28px;
	top: 180px;
	cursor: pointer;
}
.product .conright .r_top .pro_btnl:hover {
	background: url(../images/jtl02.png) no-repeat center;
}
.product .conright .r_top .pro_btnr:hover {
	background: url(../images/jtr02.png) no-repeat center;
}
.product .conright .prozt {
	display: block;
	width: 45px;
	height: 80px;
	background: url(../images/prozt.png) no-repeat center;
	position: absolute;
	right: 39px;
	top: -7px;
	z-index: 2;
}
.product .conright .r_bot {
	margin-top: 10px;
}
.product .conright .r_bot dl {
	float: left;
	border:1px solid #ddd;
	width: 298px;
	border-radius:5px;
	background: #fff;
	padding-bottom: 10px;
	margin:0 0 9px 9px;
	margin-left: 9px;
}
.product .conright .r_bot dl:hover {
	box-shadow: 0px 3px 9px #bbb;
}
.product .conright .r_bot dl.bdnot:first-child {
	margin-left: 0;
}
.product .conright .r_bot dl dt {
	padding: 10px;
}
.product .conright .r_bot dl dt img {
	display: block;
	width: 100%;
}
.product .conright .r_bot dl dd.dd1 {
    text-align: center;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
}
.product .conright .r_bot dl dd.dd1 a {
	color: #333;
	font-size: 16px;
}
.product .conright .r_bot dl dd.dd2 {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	padding: 0 40px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product .conright .r_bot dl dd.dd3 a {
	display: block;
	width: 114px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #d7d7d7;
	border-radius:20px;
	margin: 0 auto;
}
.product .conright .r_bot dl:hover dd.dd3 a {
	background: #D01817;
	color: #fff;
	border-color: #D01817;
}
/**/
 .xfys {
	position: relative;
	background: #f5f5f5;
}

.xfproblem {
	height: 220px;
    background: #f5f5f5 url(../images/index_03.jpg) no-repeat center;
    width: 100%;
    padding: 30px 0;
}
.xfproblem .container {
	padding-top: 30px;
	overflow: initial !important;
}
.xfproblem dl {
	width: 158px;
	height: 158px;
	padding-right: 71px;
	
	position: relative;
}
.xfproblem dl.fl {
	margin-left: -60px;
}
.xfproblem dl.fr01 {
	float:right;
	margin-right: -90px;
}
.xfproblem dl.fr02 {
	float:right;
	margin-right: -60px;
}
.xfproblem dl.fr03 {
	float:right;
	margin-right: -60px;
}
.xfproblem dl:first-child {
	margin-left: 10px;
}
.xfproblem dl dt {
	padding-top: 40px;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    text-align: center;
}
.xfproblem dl dt span {
	display: block;
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
	color: #000;
}
.xfproblem dl dt i {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #000;
}
.xfproblem dl dd {
    position: absolute;
    left: 0px;
    bottom: 16px;
    width: 156px;
    text-align: center;
    font-size: 16px;
    color: #fdc50b;
    font-weight: bold;
}
.xfproblem img {
	float: left;
	margin-left: -64px;
	position: relative;
	left: 24px;
	top: 20px;
}
.xfys h2.h2_title {
	
}
.xfys .container {
	height: 713px;
	position: relative;
	overflow: hidden;
	background: url(../images/index_04.jpg) no-repeat center bottom;
}
.xfys .xfysImg {
	width: 627px;
	height: 520px;
	position: absolute;
	left: 295px;
	top: 1050px;
}
.xfys .xfysImg img {
	display: block;
}
.xfys .xfdl {
	width: 250px;
	position: absolute;
	height: 120px;
	overflow: hidden;
}
.xfys .xfdl dt {
	font-size: 24px;
	color: #222222;
	margin-bottom: 10px;
	position: relative;
	top: 150px;
	font-weight: bold;
}
.xfys .xfdl dt i{
	color: #018381;
	font-weight: bold;
}
.xfys .xfdl dt b {
	color: #018381;
}
.xfys .xfdl dd {
	font-size: 15px;
	color: #666;
	line-height: 20px;
	position: relative;
	top: 150px;
}
.xfys .dl1 {
	left: 0;
	top: 110px;
}
.xfys .dl2 {
	left: 0;
	top: 375px;
}
.xfys .dl3 {
	right: 0;
	top: 110px;
}
.xfys .dl4 {
	right: 0;
	top: 430px;
}
/**/

/**/
 .xflc {
	height: 209px;
	background: #f4f4f4;
	padding-top: 20px;
}
.xflc h2.h2_title {
	padding-top: 0;
	background-position: left 19px;
	margin-bottom: 25px;
}
.xflc h2.h2_title span {
	background: #f4f4f4;
}
.xflc dl {
	width: 75px;
	padding-left: 85px;
	background: url(../images/lcbg.png) no-repeat 25px center;
	float: left;
}
.xflc dl:first-child {
	background: none;
}
.xflc dl dt {
	height: 60px;
	margin-bottom: 10px;
}
.xflc dl dt img {
	display: block;
	margin: 0 auto;
}
.xflc dl dd {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
/**/
.khal {
	background:#f5f5f5 url(../images/index_05.jpg) no-repeat center;
	position: relative;
	height: 856px;
}
.khal h2.h2_title {
	background-image:none;
	padding-top: 80px;
}
.khal h2.h2_title i {
	background: url(../images/artty02.png) no-repeat center;
}
.khal h2.h2_title a {
	color: #fff;
}
.khal p.p_title {
	color: #fff;
}
.khal .container {
	position: relative;
}
.khal .khalxl {
	display: block;
	width: 36px;
	height: 18px;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: -68px;
	z-index: 2;
	background: url(../images/xl01.png) no-repeat center;
}
.khal .khal_con {
	position: relative;
}
.khal .khal_con .con_top {
	position: relative;
	overflow: hidden;
}
.khal .khal_con .con_top ul {
	position: relative;
}
.khal .khal_con .con_top ul li {
	float: left;
	width: 270px;
	margin-left: 12px;
	background-color:#fff;
	padding: 10px;
}
.khal .khal_con .con_top ul li:first-child {
	margin-left: 0;
}
.khal .khal_con .con_top ul li i {
	display: block;
	width: 270px;
	height:172px;
	overflow: hidden;
}
.khal .khal_con .con_top ul li img {
	display: block;
	transition: all 0.5s;
	width: 270px;
	height:172px;
}
.khal .khal_con .con_top ul li span {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #010101;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.khal .khal_con .con_top ul li p {
	line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    padding: 0 10px;
}
.khal .khal_con .con_top ul li:hover img {
	transform: scale(1.1);
}
.khal .khal_con .khal_btnl {
	display: block;
	width: 46px;
	height: 89px;
	position: absolute;
	left: -80px;
	top: 130px;
	background: url(../images/jtl03.png) no-repeat center;
	cursor: pointer;
}
.khal .khal_con .khal_btnr {
	display: block;
	width: 46px;
	height: 89px;
	position: absolute;
	right: -78px;
	top: 130px;
	background: url(../images/jtr03.png) no-repeat center;
	cursor: pointer;
}
.khal .khal_con .khal_bot {
	height: 218px;
	background: url(../images/index_lx.png) no-repeat center;
	margin-top: 20px;
	position: relative;
}
.khal .khal_con .khal_bot .khal_info {
    height: 115px;
    position: absolute;
    left: 300px;
    top: 75px;
    font-size: 16px;
    color: #666;
}
.khal .khal_con .khal_bot .khal_info .p1{
	float:left;
}
.khal .khal_con .khal_bot .khal_info .p1 span {
	display: block;
	color: #010101;
	padding-left: 30px;
}
.khal .khal_con .khal_bot .khal_info .p1 span:first-child {
	font-size: 32px;
	font-weight:bold;
	line-height:65px;
}
.khal .khal_con .khal_bot .khal_info .p2{
    float: left;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 90px;
    line-height: 30px;
}
.khal .khal_con .khal_bot .khal_info .p2 span{
    display: block;
    color: #fff;
    font-family: arial;
    font-size: 35px;
    line-height: 40px;
}
/**/

.shipin{
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 60px;
}
.shipin .xfdl{
    float: left;
    margin-left: 45px;
    padding: 10px;
    background: #fff;
    width: 350px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
}
.shipin .xfdl:first-child{
    margin-left:0px;
}
.shipin .xfdl p{
	font-size: 14px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
    padding: 0 10px;
}
.shipin .xfdl p a{
	display: block;
}
.shipin .btn{
    width: 130px;
    height: 35px;
    border-radius: 20px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin-right: 15px;
    background: #111;
    color: #fff;
    margin: 0 auto;
    display: block;
    clear: both;
}
.shipin .btn:hover{
    background: #018381;
    color: #fff;
    border-color: #018381;
}

/**/
 .advantage {
	height: 1850px;
	background: url(../images/index_06.jpg) center top no-repeat;
	overflow: hidden;
	clear: both;
}
.wid {
    width: 1200px;
    margin: 0 auto;
}
.ad-title {
    margin-top: 70px;
    margin-bottom: 100px;
    overflow: hidden;
}
.ad-title h2 {
    height: 60px;
    line-height: 50px;
    background: #282828;
    float: left;
    border-radius: 6px;
    color: #fff;
    font-size: 38px;
    padding: 10px 35px;
    margin-left: 120px;
}
.ad-title h2 i {
	color: #fac30b;
	font-weight:bold;
}
.ad-title h2 span{
	color: #fac30b;
	font-size: 45px;
	position: relative;
    top: 5px;
}
.ad-title h3 {
	float: right;
	font-size: 38px;
	color: #111;
	margin-right: 120px;
	padding-top: 2px;
}
.ad-title h3 span {
	display: block;
	font-family: "Arial";
	color: #715700;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 12px;
}
.advantage ul {
	
}
.advantage li {
	width: 100%;
	position: relative;
}

.advantage li .pict {
	margin-top: 60px;
}
.advantage li .text {
	width: 644px;
	margin-top: 100px;
}
.advantage li .pict02 {
	margin-top: 240px;
}
.advantage li .text02 {
	width: 600px;
	margin-top: 165px;
}
.advantage li .pict03 {
	margin-top: -5px;
}
.advantage li .text03 {
	width: 600px;
	margin-top: 210px;
	clear:both;
}
.advantage li .pict04 {
	margin-top: 30px;
	clear:both;
}
.advantage li .text04 {
	width: 600px;
	margin-top: 100px;
}

.advantage li .pict05 {
	margin-top: 60px;
}
.advantage li .text05 {
	width: 1200px;
    margin-top: 20px;
    clear: both;
    background: url(../images/ys_05.png) no-repeat right top;
    height: 432px;
    padding-top: 80px;
}
.advantage li .text04 h4 ,.advantage li .text05 h4{
	background:#e6b100;
}

.advantage li .abs {
	position: absolute;
}
.advantage li .fr {
	right: 0;
	top: -50px;
}
.advantage li .fl {
	left: -26px;
	top: 0;
}

.advantage li h4 {
	width: 110px;
	height: 192px;
	background: #fac30b;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	float: left;
}
.advantage li h4 var {
	font-family: "Arial";
	font-size: 60px;
	display: block;
	background: url(../images/ys_07.png) no-repeat top center;
	line-height: 105px;
	height: 105px;
}
.advantage li h4 span {
	font-size: 35px;
	display: block;
	letter-spacing: 4px;
	line-height: 80px;
	color: #111;
}
.advantage li .cn-txt {
	float: left;
	margin-left: 35px;
	margin-top: 10px;
	/*width: 450px;*/
}
.advantage li .mt5 {
	margin-top: 5px;
}
.advantage li .cn-txt b {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	white-space: nowrap;
}
.advantage li .cn-txt b i {
	color: #1568bf;
}
.advantage li .cn-txt span {
	color: #999;
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size：14px;
}
.advantage li .cn-txt p {
	color: #666;
	margin-top: 15px;
	line-height: 23px;
	font-size: 16px;
}
.advantage li .cn-txt p i:first-child {
	width: 29px;
	height: 23px;
	background: url(../images/ys_06.png) no-repeat left center;
	float: left;
	margin-right: 12px;
}
.advantage li .cn-txt p i {
	width: 29px;
	height: 23px;
	float: left;
	margin-right: 12px;
	background: none;
}
.advantage li .color h1 {
	background: #004995;
}
.advantage li .color .cn-txt {
}
.advantage li .color .cn-txt b {
	
}
.advantage li .color .cn-txt span {
	color:#8d6d01;
}
.advantage li .color .cn-txt p {
	color:#333;
}
.advantage li .color .cn-txt p i {
	background: url(../images/ys_06.png) no-repeat left center;
}

.country {
	margin-top: 60px;
	position: relative;
}
.country p {
	font-size: 30px !important;
    float: left;
    opacity: 1 !important;
    margin-left: 15px;
    margin-top: 0 !important;
}
.country span {
	opacity: 1 !important;
	font-size: 16px;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
.country a {
    width: 199px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 50px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    text-align: center;
    line-height: 50px;
    left: -150px;
    top: 5px;
}
.ico-coun-tel {
	width: 46px;
	height: 46px;
	/*background-image: url(../images/ys_08.png);*/
	float: left;
	position: relative;
    top: 15px;
}
/**/
 .about {
	padding-bottom: 10px;
	background: #f5f5f5;
}
.about .container {
	height:416px;
}
.about .conleft {
	width: 540px;
	height: 350px;
	position: relative;
	background: #ddd;
}
.about .conleft a {
	display: block;
	position: relative;
	top: 20px;
	left: 20px;
}
.about .conright {
	width: 595px;
	height:416px;
	
}
.about .conright h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    margin-top: 20px;
}
.about .conright h3 a {
	color: #d01817;
}
.about .conright .abo_p1 {
	font-size: 14px;
    line-height: 25px;
    color: #666;
}
.about .conright .abo_p1 a {
	color: #333;
}
.about .conright .abo_p2 {
	overflow: hidden;
	margin-top: 10px;
}
.about .conright .abo_p2 a {
	float: right;
	width: 112px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	font-size: 14px;
	margin-left: 10px;
}
.about .conright .abo_p2 a:hover {
	background: #D01817;
	border-color: #D01817;
	color: #fff;
}

		/* 本例子css */
		.picScroll-left{ overflow:hidden; position:relative; }
		.picScroll-left .hd{ overflow:hidden;  height:30px;     padding: 0 5px 6px; }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{ padding:0px;}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:275px; height:183px; display:block;  padding:2px; border:1px solid #ccc; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;}
		
/**/
 .xffc {
	height: 315px;
	border-bottom: 1px solid #e0e0e0;
	background: #f4f4f4;
}
.xffc .container {
	position: relative;
}
.xffc .fc_con {
	position: relative;
	height: 310px;
	top: -60px;
	overflow: hidden;
}
.xffc .fc_con ul {
	position: relative;
}
.xffc .fc_con ul li {
	width: 290px;
	float: left;
	margin-left: 12px;
}
.xffc .fc_con ul li:first-child {
	margin-left: 0;
}
.xffc .fc_con ul li p {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 13px;
	color: #333;
	background: #f0f0f0;
}
.xffc .fc_con ul li i {
	display: block;
	width: 290px;
	height: 250px;
	overflow: hidden;
}
.xffc .fc_con ul li img {
	display: block;
}
.xffc .fc_con ul li:hover p {
	color: #fff;
	background: #d01817;
}
.xffc .fcbtnl {
	display: block;
	width: 54px;
	height: 59px;
	position: absolute;
	left: -80px;
	top: 80px;
	background: url(../images/jtl03.png) no-repeat center;
	cursor: pointer;
}
.xffc .fcbtnr {
	display: block;
	width: 54px;
	height: 59px;
	position: absolute;
	right: -80px;
	top: 80px;
	background: url(../images/jtr03.png) no-repeat center;
	cursor: pointer;
}
/**/
.zxzs {
	background: #f5f5f5;
	padding-bottom: 60px;
}
.zxzs_con {
	overflow: hidden;
}
.zxzs_con ul.zxzs01 {
	width: 350px;
	height: 485px;
	padding: 25px 20px 0 20px;
	float: left;
	margin-left: 12px;
	background: #fff;
}
.zxzs_con ul.zxzs01:first-child {
	margin-left: 0;
}
.zxzs_con ul.zxzs01 li.li1 {
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	margin-bottom: 15px;
}
.zxzs_con ul.zxzs01 li.li1 a {
	color: #333;
}
.zxzs_con ul.zxzs01 li.li2 {
	position: relative;
	margin-bottom: 15px;
}
.zxzs_con ul.zxzs01 li.li2 p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 5%;
	width: 90%;
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,0.3);
	background: #000 \9;
	filter: alpha(opacity=70);
}
.zxzs_con ul.zxzs01 li.li2 p i {
	display: block;
	width: 44px;
	height: 11px;
	position: absolute;
	left: 80%;
	top: 15px;
	background: url(../images/jt_r02.png) no-repeat 85% center;
}
.zxzs_con ul.zxzs01 li.li3 {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 20px;
	background: url(../images/newsLi_ico.png) no-repeat left center;
}
.zxzs_con ul.zxzs01 li.li3:hover {
	background: url(../images/ty02.png) no-repeat left center;
}

.zxzs_con ul.zxzs01 li.li3 a{
	display: block;
	width: 320px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.zxzs_con ul.zxzs01.cur li.li1 a{
	color: #d21302;
}
.zxzs_con ul.zxzs01.cur:hover li.li1 a{
	color: #d21302;
}
.zxzs_con ul.zxzs01:hover li.li1 a {
	color: #000;
}

.zxzs_con ul.zxzste03, .zxzs_con ul.zxzste04 {
	
}
.zxzs_con ul.zxzste03 {
	margin-bottom: -1px;
}
.zxzs_con ul.zxzste03 li.li3, .zxzs_con ul.zxzste04 li.li3 {
	height: 28px;
	line-height: 28px;
}
.zxzs_con ul.zxzste03 li.li3 a, .zxzs_con ul.zxzste04 li.li3 a {
	color: #333;
}
.zxzs_con ul.zxzste01 li.li1 {
	background: url(../images/index_07.png) no-repeat right center;
}
.zxzs_con ul.zxzste01.cur li.li1, .zxzs_con ul.zxzste01:hover li.li1 {
	background: url(../images/index_07.png) no-repeat right center;
}
.zxzs_con ul.zxzste02 li.li1 {
	background: url(../images/index_08.png) no-repeat right center;
}
.zxzs_con ul.zxzste02.cur li.li1, .zxzs_con ul.zxzste02:hover li.li1 {
	background: url(../images/index_08.png) no-repeat right center;
}
.zxzs_con ul.zxzste03 li.li1 {
	background: url(../images/index_09.png) no-repeat right center;
}
.zxzs_con ul.zxzste03.cur li.li1, .zxzs_con ul.zxzste03:hover li.li1 {
	background: url(../images/index_09.png) no-repeat right center;
}

.mian {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 640px;
	overflow: hidden;
	background-color: #fff;
	font-family: Microsoft YaHei;
}
.activity {
	width: 100%;
}
.activity img {
	display: block;
	width: 100%;
}
.activity .conBox {
	width: 93%;
	padding: 0 3.5%;
	background: #16037c;
}
.activity .conBox .box {
	width: 100%;
	box-sizing: border-box;
	border-radius: .833rem;
	border: .208rem solid #6a29a7;
	background: #402ea3;
}
.activity .conBox h3 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: .833rem 0;
}
.activity .conBox .con {
	background: #fff;
	padding: 0 2%;
	padding-top: 0.75rem;
	border-radius: 0 0 .833rem .833rem;
	padding-bottom: 0.5rem;
}
.activity .conBox .con label {
	display: block;
	font-size: 1rem;
	color: #333333;
	margin: 0 0 .75rem 0;
}
.activity .conBox .con input {
	width: 97%;
	border: none;
	height: 2.5rem;
	line-height: 2.5rem;
	box-sizing: border-box;
	border: 1px solid #e0e3e7;
	font-size: 1rem;
	color: #333333;
	padding-left: 3%;
	margin-bottom: 0.75rem;
}
.activity .conBox .con a {
	display: block;
	width: 40%;
	text-align: center;
	padding: 0.55rem 0;
	background: #402ea3;
	font-size: 1.25rem;
	color: #fff;
	margin: 0 auto;
	border-radius: 2rem;
}

.txtMarquee-top .bd {
	width: 350px;
	margin: 0 auto;
	margin-top: 20px;
	height: 400px;
	overflow: hidden;
}
.txtMarquee-top .learn li {
	margin-bottom: 15px;
	vertical-align: top;
	height: 100px;
	border-bottom: 1px dashed #ddd;
}
.txtMarquee-top .learn li img {
	display: block;
}
.txtMarquee-top .learn li h5 {
	padding: 10px 0 10px 30px;
	font-size: 14px;
	color: #111;
	background: url(../images/index_10.png) no-repeat 0 11px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	width: 310px;
	font-weight: normal;
}
.txtMarquee-top .tempWrap {
	height: 400px!important;
}
.txtMarquee-top .learn li p {
	font-size: 14px;
	color: #888;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	padding-left: 30px;
	background: url(../images/index_11.png) no-repeat 0 6px;
}
/**/
 .prodh {
	height: 120px;
	padding: 40px 0;
	background: url(../images/dhbg.jpg) repeat-y;
}
.prodh .dh_d1 {
	width: 220px;
	float: left;
	background: url(../images/dhicon01.png) no-repeat left bottom;
	height: 120px;
}
.prodh .dh_d1 h3 {
	font-size: 16px;
}
.prodh .dh_d1 h3 a {
	color: #d01817;
}
.prodh .dh_d1 h3 i {
	display: block;
	font-size: 13px;
	color: #ccc;
}
.prodh .dh_ul {
	float: left;
	width: 205px;
	height: 120px;
	border-left: 1px dotted #c4c4c4;
	padding-left: 80px;
}
.prodh .dh_ul li {
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/ty01.png) no-repeat left center;
	font-size: 13px;
}
.prodh .dh_ul li a {
	color: #333;
}
.prodh .dh_ul li:hover {
	background: url(../images/ty02.png) no-repeat left center;
	font-weight: bold;
}
.prodh .dh_ul li:hover a {
	color: #D01817;
}
.prodh .ul1 {
	border-left: none;
}
/*yqlj*/
 .yqlj {
    padding: 30px 0;
    background: #ffffff;
}
.yqlj .yqlj_con {
	padding: 5px 0;
}
.yqlj .yqlj_con .yqlj_p1 {
	width: 148px;
    font-size: 14px;
    color: #333;
    height: 34px;
    line-height: 34px;
    background: url(../images/index_12.png) no-repeat left center;
}
.yqlj .yqlj_con .yqlj_p1 span{
    font-size: 16px;
    color: #111;
    font-weight: bold;
    font-family: arial;
    text-transform: uppercase;
    display: block;
    float: left;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 22px;
}
.yqlj .yqlj_con .yqlj_p1 a {
	color: #d01817;
}
.yqlj .yqlj_con .yqlj_p2 {
	width: 1020px;
	padding-top: 10px;
}
.yqlj .yqlj_con .yqlj_p2 a {
	padding: 0 15px;
    float: left;
    line-height: 14px;
    font-size: 14px;
    color: #999;
    border-left: 1px dotted #ccc;
    margin-bottom: 15px;
}
.yqlj .yqlj_con .yqlj_p2 a:first-child {
	border-left:none;
	padding-left: 0;
}
.yqlj .yqlj_con .yqlj_p2 a:hover {
	color: #666;
}



/*合作伙伴*/

.index_huoban {
	padding: 90px 0;
}
.picScroll-left02 {
	margin-top: 40px;
	position: relative;
}

.fenlei_url02 {
	width: 158px;
	height: 38px;
	text-align: center;
	border: 1px solid #066895;
	background: #066895;
	margin: 47px auto 0 auto;
}
.fenlei_url02 a {
	display: block;
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
}



/*首页板块*/

.index_title {
	text-align: center;
}
.index_title p {
	font-size: 40px;
	font-weight: 700;
	color: #111;
	line-height: 45px;
}
.index_title span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
/*KQ产品*/

.index_pro {
	width: 100%;
	padding: 90px 0;
}
/* 一级分类切换css */

.slideTxtBox {
	width: 100%;
	text-align: left;
	margin-top: 30px;
}
.slideTxtBox .hd {
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
	height: 50px;
}
.slideTxtBox .hd ul {
}
.slideTxtBox .hd ul li {
	display: inline-block;
	width: 200px;
	height: 49px;
	line-height: 42px;
	font-size: 16px;
}
.slideTxtBox .hd ul li:hover {
	cursor: pointer;
}
.slideTxtBox .hd ul li.on {
	color: #fff;
	background: url(../images/bj02.png) no-repeat;
}
/*二级分类滚动*/



.picScroll-left {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.picScroll-left .hd02 {
}
.picScroll-left .hd02 .prev {
	display: block;
	width: 72px;
	height: 40px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 327px;
	left: 432px;
	background: url(../images/proleft.jpg) no-repeat 0 0px;
}
.picScroll-left .hd02 .next {
	display: block;
	width: 72px;
	height: 40px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 327px;
	right: 432px;
	background: url(../images/proleft.jpg) no-repeat -72px 0px;
}
.picScroll-left .hd02 ul {
	float: right;
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd02 {
	margin-top: 45px;
}
.picScroll-left .bd02 ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd02 ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	width: 582px;
	height: 284px;
	border: 1px solid #eee;
	padding: 2px;
	margin-right: 23px;
}
.picScroll-left .bd02 ul li .embj {
	background: #f9f9f9;
	width: 100%;
	height: 100%;
}
.picScroll-left .bd02 ul li .pic {
	float: left;
	width: 238px;
	height: 238px;
	overflow: hidden;
	margin: 23px;
}
.picScroll-left .bd02 ul li .pic img {
	width: 100%;
	height: 100%;
}
.picScroll-left .bd02 ul li .pic_right {
	float: left;
	width: 266px;
}
.picScroll-left .bd02 ul li .pic_right p {
	font-size: 22px;
	color: #333;
	width: 95%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 30px 0 15px 0;
}
.picScroll-left .bd02 ul li .pic_right span {
	font-size: 16px;
	color: #066895;
}
.picScroll-left .bd02 ul li .pic_right .xian {
	width: 188px;
	height: 1px;
	background: #e1e1e1;
	margin-top: 15px;
}
.xiliproducts {
	width: 100%;
	clear: both;
	padding-top: 8px;
}
.xiliproducts a {
	display: block;
	line-height: 28px;
	color: #777777;
	font-size: 14px;
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.more_products {
	width: 115px;
	height: 30px;
	border-radius: 5px;
	background: #066895;
	text-align: center;
	margin-top: 10px;
}
.more_products a {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.fenlei_url {
	width: 158px;
	height: 38px;
	text-align: center;
	border: 1px solid #ededed;
	margin: 47px auto 0 auto;
}
.fenlei_url a {
	display: block;
	color: #aeaeae;
	line-height: 38px;
	text-transform: uppercase;
}
.fenlei_url a:hover {
	background: #066895;
	color: #fff;
}



/* 设置 */
 body {
	font-size: 13px;
	line-height: 1.8;
	color: #555555;
	background: #fff;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
 *width: 1200px;
}
a {
	color: inherit;
}
a:hover {
	color: #066895;
}


::-moz-selection {
 color: #fff;
 background: #000;
}
::selection {
	color: #fff;
	background: #000;
}



::-webkit-input-placeholder {
 color: #aaa;
}
.placeholder {
	color: #aaa;
}
.hong {
	color: #ca0000!important;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*关于我们*/
.container00{width:1200px; margin:0 auto}
.about00{margin-bottom: 60px; overflow:hidden;}
.about00 .index-title{margin-bottom: 41px;}
.about00 .index-title strong{background: url(../images/about-title.png) no-repeat center;}
.about00 .pic{width: 580px;}
.about00 .info{width: 545px;}
.about00 .info h2{font-size: 24px; line-height: 24px; color: #333333; margin-top: 24px; margin-bottom: 7px;}
.about00 .info span{display: block; line-height: 13px; color: #bfbfbf; height: 32px; position:relative; margin-bottom: 10px;}
.about00 .info span:after{position: absolute; content: ''; left: 0; bottom:0; width: 50px; height: 3px; background: #e60000}
.about00 .info p{line-height: 30px; color: #666666;margin-bottom: 25px;}
.about00 .info ul li{float: left; background: url(../images/about-li.png) no-repeat center top; width: 100px; height: 114px; margin-right: 32px;}
.about00 .info ul li img{display: block; margin: 28px auto 3px;}
.about00 .info ul li em{display: block; color: #fff; text-align: center;}
.about00 .info ul li:hover img{ transform: rotateY(180deg);-webkit-transform: rotateY(180deg); /* Safari 与 Chrome */ transition:0.6s;}
.index-title strong{display: block; font-size: 33px; line-height: 60px; color: #333; margin-bottom: 7px; text-align:center;}
.index-title h3{display: block; font-size: 14px; color: #b2b2b2; text-align:center;}



/*产品优势板块*/
.wrap00 {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
 *width: 1200px;
}
a {
	color: inherit;
}
a:hover {
	color: #066895;
}


::-moz-selection {
 color: #fff;
 background: #000;
}
::selection {
	color: #fff;
	background: #000;
}

.index_proyoushi00 {
	background: url(../images/proyoushibj.jpg) no-repeat center top;
	padding: 82px 0;
}
.index_title02 {
	text-align: center;
}
.index_title02 p {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 55px;
}
.index_title02 span {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	width: 683px;
	line-height: 26px;
	margin: 0 auto;
	padding-top: 10px;
}
.list-wrap {
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.list-wrap ul {
}
.list-wrap li {
	width: 274px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255,255,255,0.09);
	padding-top: 30px;
	text-align: center;
	height: 140px;
	margin: 12px;
	border-radius: 6px;
	float: left;
}
.list-wrap li .ico {
	display: block;
	height: 60px;
	width: 87px;
	margin: 0 auto;
}
.list-wrap li:hover .ico {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.list-wrap li .tit {
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin-top: 12px;
}
.ys_more {
	width: 100%;
	text-align: center;
	margin-top: 45px;
}
.ys_more a {
	width: 173px;
	background: url(../images/more01.png) no-repeat;
	display: inline-block;
	color: #fff;
	height: 65px;
	font-size: 16px;
	line-height: 51px;
	text-align: left;
	padding-left: 40px;
	margin: 0 15px;
}
.ys_more a:hover {
	background: url(../images/more02.png) no-repeat;
	font-weight: 700;
}
/*应用领域 & 效果实例*/

.blue {
	color: #066895;
}
.index_title03 {
	text-align: center;
}
.index_title03 p {
	font-size: 40px;
	font-weight: 700;
	color: #111;
	line-height: 75px;
}
.index_title03 span.emmm {
	display: block;
	font-size: 16px;
	color: #666;
	width: 580px;
	line-height: 26px;
	margin: 0 auto;
	padding-top: 10px;
}
.index_yingyong {
	padding: 90px 0 40px 0;
	background: #f5f5f5;
}
.slideTxtBox02 {
	margin-top: 45px;
	background: #fff url(../images/bj06.jpg) no-repeat center bottom;
	padding-bottom: 70px;
}
.slideTxtBox02 .hd {
	overflow: hidden;
}
.slideTxtBox02 .hd ul li {
	display: block;
	float: left;
	width: 171px;
	height: 58px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background: url(../images/bj04.jpg) repeat-x;
	color: #fff;
}
.slideTxtBox02 .hd ul li.on {
	color: #fff;
	background: url(../images/bj05.jpg) no-repeat center bottom;
}
.slideTxtBox02 .hd ul li:hover {
	cursor: pointer;
}
.yyvs {
	position: relative;
	width: 1120px;
	height: 405px;
	overflow: hidden;
	padding: 40px;
}
.yyvs img {
	display: block;
	width: 540px;
	height: 406px;
}
.yyvs img.qxvs {
	width: 194px;
	height: 194px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -93px 0 0 -100px;
}


.slideBox {
	height: 730px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 47%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 2px;
	width: 65px;
	height: 5px;
	line-height: 14px;
	text-align: center;
	border: 1px solid #c2c2c2;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #066895;
	color: #fff;
	border: 1px solid #066895;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 730px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}